gtk3-demo: Rename "CSS Theming" group
authorMatthias Clasen <mclasen@redhat.com>
Sat, 26 Mar 2016 02:39:53 +0000 (22:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 26 Mar 2016 02:45:55 +0000 (22:45 -0400)
Call it just "Themeing" to avoid the repetition of CSS.

demos/gtk-demo/css_accordion.c
demos/gtk-demo/css_basics.c
demos/gtk-demo/css_multiplebgs.c
demos/gtk-demo/css_pixbufs.c
demos/gtk-demo/css_shadows.c
demos/gtk-demo/theming_style_classes.c

index 2afa6b57bbfead465db411c7944a964728674b04..bb91b664268c110165ce97b48eb192f89bd434d4 100644 (file)
@@ -1,4 +1,4 @@
-/* CSS Theming/CSS Accordion
+/* Theming/CSS Accordion
  *
  * A simple accordion demo written using CSS transitions and multiple backgrounds
  *
index 1016abadc233909387839a7bc685a9ba4d810890..8bc9af41f59d951a117d57de32891efc1ccef2b1 100644 (file)
@@ -1,4 +1,4 @@
-/* CSS Theming/CSS Basics
+/* Theming/CSS Basics
  *
  * Gtk themes are written using CSS. Every widget is build of multiple items
  * that you can style very similarly to a regular website.
index a5d2e0f48bb74265ade846c460cfc929c8c26cde..a396cffb05a07c24977918e5227ab0d768357c74 100644 (file)
@@ -1,4 +1,4 @@
-/* CSS Theming/Multiple Backgrounds
+/* Theming/Multiple Backgrounds
  *
  * Gtk themes are written using CSS. Every widget is build of multiple items
  * that you can style very similarly to a regular website.
index 45dee45486053ab9b77098bf701c09cfe3a4eb8f..6475ca1c93d739c10cad41461d8543db9b99040a 100644 (file)
@@ -1,4 +1,4 @@
-/* CSS Theming/Animated Backgrounds
+/* Theming/Animated Backgrounds
  *
  * This demo is done in honour of the Pixbufs demo further down.
  * It is done exclusively with CSS as the background of the window.
index ae2392e0bfc53e4acf16ca7007d68106d11fdb75..a91759932ac6983292de90c10ddcd09a0a448a5e 100644 (file)
@@ -1,4 +1,4 @@
-/* CSS Theming/Shadows
+/* Theming/Shadows
  *
  * This demo shows how to use CSS shadows.
  */
index ad8db28957d731dab4cd5012a3857ce799a10b7e..dcb1a908d516d23fdbd252139a816d5f8093eb81 100644 (file)
@@ -1,4 +1,4 @@
-/* CSS Theming/Style Classes
+/* Theming/Style Classes
  *
  * GTK+ uses CSS for theming. Style classes can be associated
  * with widgets to inform the theme about intended rendering.